filechooserentry: Use a GtkFileFilter for filtering
authorBenjamin Otte <otte@redhat.com>
Mon, 7 Nov 2011 04:08:46 +0000 (05:08 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 19:09:14 +0000 (20:09 +0100)
commitc4a331f934919ac21bb6bfae5ad6c0a9e4fae328
tree68a03e1006d50ec45719a58f2c2894fd426a7b2e
parent98fb16e30718fd42123e6d755c7780b09b1ff0b9
filechooserentry: Use a GtkFileFilter for filtering

That way, we can use the regular filtering features of the
filesystemmodel instead of having our own filtering function that
duplicates much of the matching code.

This also removes the broken-on-windows feature where files strting with
a dot were not autocompleted.
gtk/gtkfilechooserentry.c